From c5b592c36935a7bebb65ac8aee5714be60cc7552 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Wed, 24 Jun 2026 18:35:34 -0400 Subject: [PATCH] ci/prow: Make jobs no-op in preparation for removal Replace the Dockerfile and e2e script with no-op placeholders. The jobs will be fully removed from openshift/release separately. Ref: https://github.com/openshift/release/pull/81042 Assisted-by: OpenCode (Claude Opus 4.6) Signed-off-by: Joseph Marrero Corchado --- ci/prow/Dockerfile | 51 ++++++--------------------------------------- ci/prow/fcos-e2e.sh | 21 ++++--------------- 2 files changed, 10 insertions(+), 62 deletions(-) diff --git a/ci/prow/Dockerfile b/ci/prow/Dockerfile index 4df04466..f88ce40f 100644 --- a/ci/prow/Dockerfile +++ b/ci/prow/Dockerfile @@ -1,45 +1,6 @@ -FROM quay.io/coreos-assembler/fcos-buildroot:testing-devel as builder -WORKDIR /src -COPY . . -RUN ./ci/build.sh -RUN make -C tests/kolainst -RUN make -C tests/kolainst install DESTDIR=/cosa/component-tests - -# Build RPMs inside the cosa base image so they link against its libraries. -# The buildroot (Fedora N+1) and cosa (Fedora N) may ship different sonames. -FROM quay.io/coreos-assembler/coreos-assembler:latest as rpmbuild -USER root -COPY --from=builder /src /src -WORKDIR /src -RUN dnf -y install /usr/bin/rpmbuild gcc -RUN <> src/config/image.yaml -cosa build -# For now, Prow just runs the composefs tests, since Jenkins covers the others -#cosa kola run 'ext.ostree.destructive-rs.composefs*' +# Prow CI is being dropped in favor of GHA and Konflux. +# This is a no-op placeholder until the job is removed from openshift/release. +# See: https://github.com/ostreedev/ostree/pull/3599#issuecomment-4792307868 +echo "Prow CI is deprecated for ostree; skipping." -- 2.39.5